LoreSoft maintains a focused portfolio centered on the MSBuild Community Tasks library, an open-source collection that extends Microsoft Build Engine functionality for .NET developers. The project supplies dozens of reusable MSBuild tasks—such as assembly version stamping, file hashing, registry manipulation, XML substitution, and Zip compression—which plug directly into Visual Studio or command-line build scripts without requiring custom code. Typical use cases include automating semantic versioning during CI pipelines, injecting configuration tokens across environments, packaging web assets, signing binaries, and generating release notes, all of which help teams standardize complex build workflows and reduce maintenance overhead. Because the library is distributed under a permissive open-source license, it is frequently absorbed into enterprise deployment chains, open-source SDKs, and community project templates that demand repeatable, scriptable builds on Windows, macOS, or Linux hosts. LoreSoft’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always installing the latest versions and enabling batch installation of multiple applications.

MSBuild Community Tasks

The MSBuild Community Tasks Project is an open source project for MSBuild tasks.

Details